treeview: Don't popup a search dialog for keypresses that close it
authorBenjamin Otte <otte@redhat.com>
Thu, 13 Mar 2014 00:57:29 +0000 (01:57 +0100)
committerBenjamin Otte <otte@redhat.com>
Thu, 13 Mar 2014 01:02:50 +0000 (02:02 +0100)
commit63fe6de94db663db991ea51960eef71a11babd72
tree4024577bbecf69a0366265fcbf90d7cce864a164
parentc82f2169e5963b63659f1b3fbf3a559dfcbb3baf
treeview: Don't popup a search dialog for keypresses that close it

That doesn't make sense.
And it causes issues, because when holding down the tab key, we
show/hide a lot of windows and cause a lot of map/unmap events that
stall the event pipeline.
gtk/gtktreeview.c